<html><head><link href="chat.css" rel="stylesheet" type="text/css"></head>
<body onLoad="top.WF.Run()"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" class="mcs">
<tr valign="middle"><form name="sform" onsubmit="return top.WF.WriteFrm(this)">
<td>&nbsp;&nbsp;</td><td width="100%"><input type="text" name="send" maxlength="1024" style="width: 100%"></td>
<td>&nbsp;</td><td><input type="submit" value=" S " class="btn"></td>
<td>&nbsp;</td><td><input type="text" name="fory" size="20" readonly class="but" onClick="top.WF.Clr()"></td>
<td>&nbsp;</td><td><input type="checkbox" name="pers" class="cbx"></td>
<td>&nbsp;</td><td><select name="tmbn" class="sel" onFocus="top.WF.FC=false" onBlur="top.WF.FC=true" onChange="top.WF.FC=true"><option>15<option>30<option>60<option>120</select></td>
<td>&nbsp;</td><td><select name="prbn" class="sel" onFocus="top.WF.FC=false" onBlur="top.WF.FC=true" onChange="top.WF.FC=true"><option value="1"><option value="2"><option value="3"></select></td>
<td>&nbsp;</td><td><input type="button" value="DEL" class="btn" onclick="top.WF.Del()"></td></form><form method="post" target="RF"><input type="hidden" name="m"><input type="hidden" name="f"><input type="hidden" name="p"></form></tr></table>
<script>
function SendMess(M,F,P)
{
 var SM = top.FS.document.forms[1]; SM.action = "../index.php?c=2";
 SM.m.value = unescape(M); SM.f.value = unescape(F); SM.p.value = P; SM.submit();
 delete SM;
}
function SendRoot(M,F,P)
{
 var SM = top.FS.document.forms[1]; SM.action = "../index.php?c=5";
 SM.m.value = unescape(M); SM.f.value = unescape(F); SM.p.value = P; SM.submit();
 delete SM;
}
</script>
</body></html>
